projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c060396
)
* lisp/progmodes/cc-engine.el (c-forward-decl-or-cast-1): Fix coding error
author
Alan Mackenzie
<acm@muc.de>
Thu, 22 Sep 2016 09:56:55 +0000
(09:56 +0000)
committer
Alan Mackenzie
<acm@muc.de>
Thu, 22 Sep 2016 09:56:55 +0000
(09:56 +0000)
lisp/progmodes/cc-engine.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-engine.el
b/lisp/progmodes/cc-engine.el
index 9bd78fb821f063acf6c1f5b1e79423c7c0110ba6..5a26c0f27708ca43158cbedaeef44e3b22f40f0c 100644
(file)
--- a/
lisp/progmodes/cc-engine.el
+++ b/
lisp/progmodes/cc-engine.el
@@
-8633,7
+8633,7
@@
comment at the start of cc-engine.el for more info."
(when (and got-identifier
(looking-at c-after-suffixed-type-decl-key)
(or (eq context 'top)
- (and
eq context nil
+ (and
(eq context nil)
(match-beginning 1)))
(if (and got-parens
(not got-prefix)